|
FrameLib
2.0
DSP processing with frames of arbitrary timing and length
|
a minimal class for "super precision" fixed-point calculations where required. More...
#include <FrameLib_FixedPoint.h>
Public Member Functions | |
| FL_SP () | |
| FL_SP (uint64_t a, uint64_t b, uint64_t c) | |
| uint64_t | intVal () const |
| uint64_t | fracHiVal () const |
| uint64_t | fracLoVal () const |
Friends | |
| FL_SP | qMul (const FL_SP &a, const uint64_t &intVal, const uint64_t &fracVal) |
| FL_SP | operator* (const FL_SP &a, const FL_SP &b) |
| FL_SP | twoMinus (const FL_SP &b) |
a minimal class for "super precision" fixed-point calculations where required.
This unsigned type allows for 64 bits of integer precision and 128 bits of fractional precision.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |